projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439069b
)
ostree admin switch: fix short summary
author
Jonathan Lebon
<jlebon@redhat.com>
Mon, 27 Jun 2016 17:59:22 +0000
(13:59 -0400)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Mon, 27 Jun 2016 18:06:25 +0000
(18:06 +0000)
Closes: #371
Approved by: cgwalters
src/ostree/ot-admin-builtin-switch.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-admin-builtin-switch.c
b/src/ostree/ot-admin-builtin-switch.c
index b313e830850f852dd65bb11b66d0d146ddb2105e..895538aadf5603624347bd72d40be474836b69fe 100644
(file)
--- a/
src/ostree/ot-admin-builtin-switch.c
+++ b/
src/ostree/ot-admin-builtin-switch.c
@@
-64,7
+64,7
@@
ot_admin_builtin_switch (int argc, char **argv, GCancellable *cancellable, GErro
GKeyFile *old_origin;
GKeyFile *new_origin = NULL;
- context = g_option_context_new ("REF - Construct new tree from
current origin and deploy it, if it changed
");
+ context = g_option_context_new ("REF - Construct new tree from
REF and deploy it
");
if (!ostree_admin_option_context_parse (context, options, &argc, &argv,
OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSER,